home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / fileflag.zip / FILEFLAG.DOC < prev    next >
Text File  |  1992-02-01  |  3KB  |  79 lines

  1.  
  2.                                    FILEFLAG
  3.                                    ++++++++
  4.                          File Database Flags Controller
  5.  
  6.                 version 1.00                  Compiled 02/01/92
  7.  
  8.       a public domain Wildcat! 3.0 SysOps' utility by Michael Conley.
  9.  
  10.                    [ requires BRUN40.EXE  in the path ]
  11.  
  12. WHAT IT DOES:
  13. -------------
  14.  
  15. FILEFLAG sets or un-sets the "On CD-ROM" flag, the "File Offline" flag,
  16. and/or the "No Charge (free)" flag for ALL files in any specified group
  17. of file areas.  This is useful, for example, if you change among several
  18. CD-ROMs and want to maintain a set of file areas for each one.  You could
  19. list one group of areas as "offline", and another group as "On CD-ROM" ...
  20. then when you change disks, you could simply alter the flags to show that
  21. the other group of areas is "On CD-ROM" and the first group is "offline."
  22.  
  23.  
  24. Running the program:
  25. --------------------
  26. FILEFLAG will run automatically from a batch file provided that no WILDCAT!
  27. nodes are active.  It will intelligently parse the command line to determine
  28. which areas to act on, and which flags to set or unset.
  29.  
  30. Areas may be shown as a individual numbers separated by commas (1,3,15) , or 
  31. by a range of areas, separated by a hyphen (20-26), or a combination of those
  32. two types of notation:  (1,3,20-25, 38, 50-52)
  33.  
  34. Switches may be used in any VALID combination:
  35.         
  36.            Set flags with: 
  37.         
  38.                   /OFFLINE          /CDROM           /FREE
  39.         
  40.         
  41.            Unset flags with: 
  42.         
  43.                 /NOT OFFLINE      /NOT CDROM       /NOT FREE
  44.         
  45.  
  46. If you make a mistake on the command line, FILEFLAG will exit with a
  47. display explaining the calling syntax.  Here's a typical example, where
  48. the user wants to "turn off" one group of CD-ROM listings, and "turn on"
  49. another group ... he would run the program twice:
  50.  
  51.           FILEFLAG 20-25, 28 /CDROM /NOT OFFLINE
  52.  
  53.           FILEFLAG 34-40, 52,53 /NOT CDROM /OFFLINE
  54.  
  55.  
  56. PROBLEMS, SUGGESTIONS:
  57. ======================
  58. FILEFLAG is public domain.  I don't seek or accept any donations for this or
  59. any of my other Wildcat! utility programs, including TODAYBBS, FLOP, MSTAT,
  60. USTAT, and others.
  61.  
  62. I welcome suggestions, and will try to help (no guarantees) if there are
  63. problems.
  64.  
  65. You may contact me at The Charlatan's Cabin BBS  (213) 654-7337.  Mention
  66. your Wildcat! registration number in the comment and you'll be upgraded to
  67. membership without the usually required registration by mail.
  68.  
  69. You may also leave a message via CompuServe (70250,220).
  70.  
  71. Please, NO VOICE CALLS.  This isn't meant to be unfriendly, but with
  72. the price of public domain software these days ... I just can't afford
  73. to be "on call."  I WILL respond to your questions via my BBS or CompuServe,
  74. or via the Mustang Software registered SysOp BBS.
  75.  
  76. Version History:
  77. ================
  78. 1.00    02/01/92        First release version of FILEFLAG.
  79.